_nifectl config display_

Display an App's configuration

About#

Display an application's configuration. The configuration is presented in JSON format. The configuration data is retrieved from the Nife service.

Usage#

nifectl config display [flags]

Options#

-a, --app string App name to operate on
-c, --config string Path to an app config file or directory containing one (default "./nife.toml")
-h, --help help for display

Global Options#

-t, --access-token string Nife API Access Token
-j, --json json output

See Also#